home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-03.Z / 94-03 / text0025.txt < prev    next >
Encoding:
Text File  |  1994-03-30  |  639 b   |  18 lines

  1. How many open socket connections can winsock handle? Is it left to
  2. the winsock implementor? I know that winsock.h has a default of
  3. 64. But does it depend on the individual tcpip stack? For
  4. example on the Novell stack, I cannot complete more than 6
  5. connections. It says no more buffer space error. Do all stacks
  6. have some setting related to this that is configurable?
  7.  
  8.  
  9. Also, Is it a good or bad design to have , say 100 connections, 
  10. always open at all times? especially with respect to using
  11. a pc based tcp-ip stack.
  12.  
  13. Any help would be greatly appreciated. ( By the way, am using
  14. all async. socket calls and no blocking ones).
  15.  
  16. Goutham.
  17.  
  18.